home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ARMLINUX / MAIL / 9805 / 000186_owner-linux-arm…r.rutgers.edu _Tue May 26 20:07:13 1998.msg < prev    next >
Internet Message Format  |  1998-06-02  |  4KB

  1. Return-Path: <owner-linux-arm-outgoing@vger.rutgers.edu>
  2. Received: from virtual.bbc.co.uk (virtual.bbc.co.uk [132.185.132.199])
  3.     by odie.barnet.ac.uk (8.8.6/8.8.6) with ESMTP id UAA21913
  4.     for <willy@odie.barnet.ac.uk>; Tue, 26 May 1998 20:07:12 +0100
  5. Received: from nic.funet.fi (nic.funet.fi [128.214.248.6])
  6.     by virtual.bbc.co.uk (8.8.5/8.8.5) with ESMTP id UAA12999
  7.     for <willy@bofh.ai>; Tue, 26 May 1998 20:07:34 +0100 (BST)
  8. Received: from vger.rutgers.edu ([128.6.190.2]:27424 "EHLO vger.rutgers.edu" ident: "root") by nic.funet.fi with ESMTP id <11041-540>; Tue, 26 May 1998 22:06:45 +0300
  9. Received: by vger.rutgers.edu id <971533-21547>; Tue, 26 May 1998 13:39:16 -0400
  10. Received: from [195.152.9.22] ([195.152.9.22]:1146 "EHLO gateway.copymaster.co.uk" ident: "NO-IDENT-SERVICE[2]") by vger.rutgers.edu with ESMTP id <971873-21547>; Tue, 26 May 1998 13:18:51 -0400
  11. Received: from klmc ([158.152.71.143]) by gateway.copymaster.co.uk
  12.           (Post.Office MTA v3.1.2 release (PO205-101c)
  13.           ID# 0-45194U100L2S100) with SMTP id AAG283
  14.           for <linux-arm@vger.rutgers.edu>; Tue, 26 May 1998 18:54:38 +0000
  15. Date:     Tue, 26 May 1998 15:17:06 +0000
  16. From: tlawton <tlawton@on134th.com>
  17. To: linux-arm@vger.rutgers.edu
  18. Subject: BitchX compilation and other qns
  19. Message-ID: <bcb8574c48%on134th-com@klmc.demon.co.uk>
  20. Reply-To: tlawton@on134th.com
  21. Organization: Home
  22. X-Mailer: Messenger v1.34c for RISC OS
  23. MIME-Version: 1.0
  24. Content-Type: text/plain; charset=us-ascii
  25. X-Posting-Agent: RISC OS Newsbase 0.60j
  26. X-Orcpt: rfc822;linux-arm@vger.rutgers.edu
  27. Sender: owner-linux-arm@vger.rutgers.edu
  28. Precedence: bulk
  29. X-Loop: majordomo@vger.rutgers.edu
  30. Status: RO
  31.  
  32. Hi,
  33.  
  34. >> Below here is a selection, taken from te configure log, of the bits that
  35. >> failed.
  36. >Erm, yes - that log looks correct.  What exactly is the problem?
  37.  
  38.  Apologies. I'd thought it was the fact it couldn't find the files that was
  39. causing problems. Wonderfully helpful is make - give me ARM assembler and
  40. its handy errors any day over C :)
  41.  
  42. *** I found in the dox:
  43.   
  44.     Linux kernel version 1.3.80 made changes to the system include
  45. files. A small definition was removed which will cause a lot of screen
  46. orientated programs to fail on compiling. Both ircii-2.8 and BitchX
  47. will fail when compiling on the file alias.c with an error message about
  48. speed_t or ospeed being undefined. Instead of hacking around this
  49. behaviour within BitchX, edit include/defs.h and supply at the start 
  50. of the file either one of the following for the offending error:
  51.  
  52. Solution: (ospeed)
  53. add "extern short ospeed;"
  54.  
  55. Solution: (speed_t)
  56. add "#define speed_t unsigned short"
  57.  
  58.  But I don't have an defs.h anywhere on the HD, except for in
  59. /usr/src/BitchX/include/, and making these changes to that file still gives
  60. the same trouble except the "parse error before 'ospeed" changes to the fact
  61. that it is multiply defined.
  62.  
  63.  
  64.  
  65. *** (stdout and stderr combined from doing "make" in /usr/src/BitchX)
  66.  
  67. make[1]: Entering directory `/usr/src/BitchX/source'
  68. gcc -O2    -D_VERSION_=\"BitchX\"  -I../include  -c alias.c
  69. In file included from ../include/irc.h:88,
  70.                  from alias.c:11:
  71. /usr/arm-unknown-linuxaout/include/termcap.h:39: parse error before `ospeed'
  72. /usr/arm-unknown-linuxaout/include/termcap.h:39: warning: data definition has no type or storage class
  73. make[1]: *** [alias.o] Error 1
  74. make[1]: Leaving directory `/usr/src/BitchX/source'
  75. make: *** [BitchX] Error 2
  76.  
  77.  
  78. Thanks for any info,
  79.  
  80. Tom
  81.  
  82. PS Can anyone tell me what is "net-pf-5" and why every time I boot up I am
  83. told it can't be found. The system works fine so I guess it's not vital.
  84.  
  85. PPS Does the "strip" command remove debugging information from a binary and
  86. therefore decrease its size?
  87.  
  88. PPPS Can anyone supply the mknod numbers for using hde and hdf. Before the
  89. messing around with my system I've done, they were working but now only hda
  90. is mentioned when the kernel boots up, and in the /dev/ directory there is
  91. only up to hdd
  92.  
  93.  
  94. -- 
  95.  
  96. .... DRIVE - the means of getting to the latest regatta. It is best done in
  97. groups...in groups with beer. 
  98. unsubscribe: body of `unsubscribe linux-arm' to majordomo@vger.rutgers.edu